home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KFS5.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.8 KB  |  101 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM Flight Simulator 5.0 from Microsoft
  14.  
  15. REM Set BLACK switch to DIGITAL, RED switch to ANALOG.
  16.  
  17. REM Select JOYSTICK 1 - Ailerons/Elevators, JOYSTICK 2 - Throttle Only or
  18. REM Throttle/Rudders (if you have rudder pedals such as the ThrustMaster RCS).
  19.  
  20. REM Upon entering FS5 first time, press 'k' on keyboard, and click on BTN 1
  21. REM with rocker in middle until view windows begin cycling.
  22.  
  23. REM Now, go fly and don't get lost. 8) Buzz Hoffman, ThrustMaster, Inc.
  24.  
  25.  MDEF KFS5
  26.  
  27.  @AnalogThrottle
  28.  
  29. BTN TG /U SelectOne
  30.        /M Autopilot
  31.        /D /T Flaps10Deg
  32.           /T Flaps30Deg
  33. BTN UB MapView
  34. BTN MB /U SelectTwo
  35.        /M 2d3DWindow
  36.        /D FlapsUp
  37. BTN LB /U AllLights
  38.        /M AllLights
  39.        /D LandingGear
  40. BTN HU /U TrimNoseDn
  41.        /M /T /P LeftFrontView
  42.              /R FrontView
  43.           /T /P RightFrontView
  44.              /R FrontView
  45.        /D /T /P LeftFrontView
  46.              /R FrontView
  47.           /T /P RightFrontView
  48.              /R FrontView
  49. BTN HR /P RightView
  50.        /R FrontView
  51. BTN HD /U TrimNoseUp
  52.        /M /T /P LeftBackView
  53.              /R BackView
  54.           /T /P RightBackView
  55.              /R FrontView
  56.        /D /T /P LeftBackView
  57.              /R BackView
  58.           /T /P RightBackView
  59.              /R FrontView
  60. BTN HL /P LeftView
  61.        /R FrontView
  62. BTN 1 /U SelectCOM
  63.       /M CycleWindows
  64.       /D CycleWindows
  65. BTN 2 ZoomOut/FreqDn
  66. BTN 3 ZoomIn/FreqUp
  67. BTN 4 /U SelectNAV
  68.       /M PanUp
  69.       /D Strobes
  70. BTN 5 /U SelectVOR
  71.       /M PanDn
  72.       /D CarbHeat
  73. BTN 6 /U Transponder
  74.       /M CalDirectGyro CalAltimeter
  75.       /D Brakes
  76. RKR UP /P Com/NavSelection
  77.        /R Com/NavSelection
  78.  
  79. REM Note: with the above, you can select between Nav and Vor 1 & 2 by first
  80. REM pressing and releasing button 4 or 5 and then pressing and releasing
  81. REM button TG or MB.  Similarly, you can select comm radio or transponder by
  82. REM pressing button 1 or 6.  Once you have selected the proper one, you can
  83. REM change the frequency on the Nav, the heading on the Vor, the freq on the
  84. REM xpndr, the freq on the comm radio, by using the appropriate button and
  85. REM then buttons 2 and 3 to increase or decrease it.  Two presses and
  86. REM releases will select the digits to the right of dec, one digits to left.
  87.  
  88. RKR DN /P Landing/Takeoff
  89.        /R Landing/Takeoff
  90.  
  91. REM - RKR MD is normal flight mode.
  92. REM - To start engine, press m on the keybd and press and hold btn 3
  93. REM - To stop engine, press m on the keybd and press and hold button 2
  94.  
  95. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  96. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  97. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  98. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  99. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  100. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  101.